home *** CD-ROM | disk | FTP | other *** search
- -- card: 12012 from stack: in
- -- bmap block id: 12351
- -- flags: 0000
- -- background id: 2758
- -- name: Tour Menu
- ----- HyperTalk script -----
- -- Copyright © 1988,1989 Farallon Computing, Inc. All rights reserved.
-
- on openCard
- global selfRunning
- hide msg
- show card button "Cover1" of card "Title"
- if selfRunning is true then
- --reset self-running check box
- set hilite of card button "self-running" of card "Title" to false
- put false into selfRunning
- wait 2 secs
- click at the loc of card button "Features"
- wait 5 sec
- repeat 7 times
- click at the loc of card button "More"
- wait 5 sec
- end repeat
- click at the loc of card button "Return"
- wait 45 ticks
- click at the loc of card button "Connection"
- wait 5 sec
- click at the loc of card button "Play Tape"
- wait 45 ticks
- click at the loc of card button "Return"
- wait 45 ticks
- click at the loc of card button "At Work"
- repeat 4 times
- click at loc of card button "more"
- wait 5 sec
- end repeat
- click at the loc of card button "Return"
- end if
- end openCard
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=439 top=284 right=336 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: More
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go prev
- end mouseUp
-
-
-
- -- part 15 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=441 top=157 right=189 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Button Block
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=1 top=114 right=338 bottom=152
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Features
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go to card id 3034
- end mouseUp
-
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=153 top=114 right=338 bottom=291
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Connection
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go card "Chat"
- end MouseUp
-
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=292 top=114 right=339 bottom=435
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: At Work
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go to card "At Work Section"
- end mouseUp
-
-